projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c4fa70
)
(recentf-expand-file-name): Declare as function.
author
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:08:23 +0000
(
00:08
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:08:23 +0000
(
00:08
+0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 5e398d46ccf9d0f11a8362b018a74ffc11cd9779..b90892fdd296598036f344266070065b1441d09d 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-4126,6
+4126,9
@@
if only the first line of the docstring is shown."))
(setq user-init-file default-init-file))
user-init-file))))
+;; If recentf-mode is non-nil, this is defined.
+(declare-function recentf-expand-file-name "recentf" (name))
+
;;;###autoload
(defun custom-save-all ()
"Save all customizations in `custom-file'."